home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gtacs122.zip / ACS122.REV < prev    next >
Text File  |  1990-10-27  |  6KB  |  122 lines

  1. GTAccess! by Cory Wright                            Recent Updates to the code
  2.  
  3. ------------------------------------------------------------------------------
  4. v1.22ß   -   October 26, 1989    -   GTAccess
  5. ------------------------------------------------------------------------------
  6. This version, though a year older, sports only a few new enhancements --
  7. sorry.  GT 16.00 support is included!  You need to add one line to the
  8. end of your GTACCESS.CNF file that says '15' or '16' if you want GT 15
  9. message base support or GT 16, respectively.
  10.  
  11. The current GTACCESS.CNF file looks like this:
  12.  
  13. BBS Name
  14. Registration number
  15. k:\MAINMSG
  16. k:\MAINMSG
  17. k:\MAINMSG
  18. LAN
  19. d:\gt
  20. Cory Wright
  21. 16             <- new line added
  22.  
  23. ------------------------------------------------------------------------------
  24. v1.21ß   -   October 23, 1989    -   GTAccess 
  25. ------------------------------------------------------------------------------
  26. Be sure to READ the DOCUMENTATION file FULLY BEFORE you use GTAccess!
  27. I can't stress that enough.
  28.  
  29. I have added in a few new features and fixed a few bugs.
  30.  
  31. Reports to the sysop and on-screen display are now fixed for
  32. 'same-level' questionnaire reporting.   Fixed a bug in which no message
  33. would be sent on 'same-level' questionnaire checking if the user
  34. answered all the required questions.
  35.  
  36. A new feature will let you personalize the message to the user.
  37. Anywhere you place the word @FIRST@ (once per line!), the user's name
  38. will be substituted.  Please see the sample ACCESSx.* files for usage of
  39. the @FIRST@ codes...
  40.  
  41. Also, this version detects and works with ALL versions of GT 15.XX
  42. including the new format of the beta series.
  43.  
  44.  
  45. v1.20 - October 7, 1989
  46.  
  47. This version corrects a bug it had for people with one-word names not
  48. being processed correctly.  Also, for speed's sake, the growing windows
  49. have been removed.  No configuration file changes or command line
  50. changes in this version.  Please read the comments for the last few
  51. versions below that might not be in the main documentation below (SUCH
  52. AS RENAMING YOUR ANSWERx.BBS files to ANSWERx.SAV if this is your first
  53. time using GTAccess!).  For those using TopView/Desqview, etc, you can
  54. now redirect the output to NULL (ex: GTACCESS 1 V S 3 >>NUL) to avoid
  55. the direct screen writes employed by the program.  Super Indexing is
  56. also available to speed the user processing along for registered users
  57. (read more in the main documentation).
  58.  
  59.  
  60. v1.10 - September 6, 1989
  61.  
  62. The program now skips over deleted users.  I recommend running INVLVL in your
  63. LOGOFF bat file to keep your user file in good order by deleting users with
  64. invalid access levels.   (like spaces, etc).  Thank you, Chet Wilkinson, for
  65. pointing out minor errors in the docs, and recommending this change.
  66.  
  67. Fixed a few bugs that were causing the ANSWERx.BBS not to be moved over to the
  68. ANSWERx.SAV file.  Improved the interface with windows.  Be sure that you
  69. have renamed your ANSWERx.BBS files into ANSWERx.SAV files (simply change the
  70. extension to SAV)
  71.  
  72. Thanks Beta People for helping me fix/test this program out:
  73. April Strong of The Boardwalk in Mesquite, TX
  74. Douglas Pippel of The Event Horizon in Safety Harbor, FL
  75. Ken Kirkland of The Wizard's Castle in Atlanta, GA
  76. Chet Wilkinson of TSUNAMI - Catch the Wave! in Cincinnati, OH
  77.  
  78. v1.05 - August 25, 1989
  79.  
  80. I have found that, for those of you with separate message bases for your sysop
  81. mail, GTAccess was screwing it up.  I am deeply sorry, but this version
  82. *should* take care of all your problems.  The code has been greatly enhanced
  83. and sped up.  In fact, it runs up to 40% faster than before.  Please report
  84. ANY bugs to me ASAP at Netnode 070/002.  You also need to read the docs again,
  85. because the CONFIGURATION FILE has CHANGED!  It has been expanded to
  86. accommodate the requests I received for improvement.  Please enjoy!
  87.  
  88. YOU NEED TO RENAME YOUR ANSWERx.BBS FILES TO ANSWERx.SAV BEFORE USING THIS
  89. VERSION.  OTHERWISE, YOU MAY LOSE YOUR ANSWER FILES!!!!!  In other words,
  90. rename ANSWER1.BBS to ANSWER1.SAV before starting!
  91.  
  92.  
  93. v1.04 - August 20, 1989
  94.  
  95. Little bug fix on this one.  Option 4 now does NOT send a public message
  96. annoucing the user's presence.  It just sends the sysop a message and the
  97. user a message if the appropriate message to send exists.  Again, let me
  98. explain that option 4 is different from option 2.  Both send messages just
  99. to the sysop and to the user, but option 4 only notifies the sysop IF the
  100. user was notified.  This is beneficial for "Visiting Sysop" Questionnaires
  101. where almost everyone has the "Standard User" level, and you don't want to
  102. know when they don't answer it, because *most* people won't be answering the
  103. visiting sysop questionnaire.  You can take it from there...
  104.  
  105. Code size was reduced by a whopping 146 bytes!  Plus, for those of you using
  106. option 4, I removed the stamp from the log to make it work like option 4
  107. does when you are using option 4 (grin!)...  In other words, it only stamps
  108. an activity in the log when a message is actually sent.  Before, when using
  109. option 4, it was stamping "(Sally Smith) did not answer questionnaire x".  Now
  110. it only stamps it when it needs to.  I could go on and on, but why increase
  111. the size of this file??!   Ask me in netmail if you need further explanation,
  112. but mainly, these are my notes when someone asks "Why doesn't v1.03 work like
  113. such and such".
  114.  
  115. The rest of the releases of GTAccess! will be when I add options in for those
  116. who request them by mail or netmail.  I am continuing the work on LAN support
  117. and have been informed that it's not quite working like it should.  I'm trying,
  118. but there has been no LAN code change in this release (v1.04)
  119.  
  120. Be sure to READ the DOCUMENTATION file FULLY BEFORE you use GTAccess!
  121. I can't stress that enough.   Enjoy!                           -Cory
  122.